From 22b6482953fe53f8f869c488d256884bee58b7b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Wed, 11 Feb 2026 14:33:34 +0100 Subject: [PATCH] Remove MANIFEST and "debian/rules regenerate" --- debian/MANIFEST | 37 ------------------------------------- debian/rules | 6 ------ 2 files changed, 43 deletions(-) delete mode 100644 debian/MANIFEST diff --git a/debian/MANIFEST b/debian/MANIFEST deleted file mode 100644 index 17d34262..00000000 --- a/debian/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -debian/.gitattributes -debian/MANIFEST -debian/OCaml_for_Debian -debian/README.source -debian/TODO.Debian -debian/changelog -debian/clean -debian/compat -debian/control -debian/control.in -debian/copyright -debian/dispatch.ml -debian/gbp.conf -debian/ld.conf.in -debian/man/ocamldumpobj.1 -debian/man/ocamlmklib.1 -debian/man/ocamlobjinfo.1 -debian/native-archs -debian/ocaml-base-nox.docs -debian/ocaml-base-nox.postinst.in -debian/ocaml-base-nox.prerm.in -debian/ocaml-native-compilers.files -debian/ocaml-nox.lintian-overrides.in -debian/ocaml-nox.manpages.in -debian/ocaml-nox.postinst.in -debian/ocaml-nox.postrm -debian/ocaml-nox.preinst -debian/ocaml-source.exclude -debian/ocaml-source.install.in -debian/ocaml.desktop -debian/ocaml.xpm -debian/ocamlfind/ocaml-native-compilers.conf -debian/ocamlinit.mk -debian/ocamlvars.mk -debian/rules -debian/source/format -debian/watch diff --git a/debian/rules b/debian/rules index 1916a550..1aadd633 100755 --- a/debian/rules +++ b/debian/rules @@ -267,12 +267,6 @@ endif exit 2; \ fi -.PHONY: regenerate -regenerate: debian/control - git ls-tree --name-only -r HEAD debian \ - | grep -v '^debian/\(patches/\|source/local-\)' \ - > debian/MANIFEST - # Architectures where running the test suite completely makes the # whole build last more than 30 minutes on buildds. Originally, # because some tests do not even finish on mips. -- 2.30.2